os.Process.withHandle (method)

2 uses

	os (current package)
		exec.go#L364: 	return p.withHandle(f)
		exec_posix.go#L80: func (p *Process) withHandle(f func(handle uintptr)) error {